home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000188_malonespam@cox.net_Sun Nov 6 17:42:30 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail
  2. From: "malone" <malonespam@cox.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: VT100 Control Character problems
  5. Date: 3 Nov 2005 14:25:06 -0800
  6. Organization: http://groups.google.com
  7. Lines: 42
  8. Message-ID: <1131056706.766259.270570@g14g2000cwa.googlegroups.com>
  9. NNTP-Posting-Host: 66.210.191.2
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1131056717 19357 127.0.0.1 (3 Nov 2005 22:25:17 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Thu, 3 Nov 2005 22:25:17 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: g14g2000cwa.googlegroups.com; posting-host=66.210.191.2;
  19.    posting-account=LxXIuA0AAAA2dCHaJqSV7RGvG1JOzZSs
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15434
  21.  
  22. I actually have two problems which may or may not have been addressed
  23. already. i am using kermit95 version 2.1.3
  24.  
  25. #1.
  26. When running an auto script that logs on to a host, emulating vt100, I
  27. get the control characters ie \27[34m....however, when I logon
  28. manually, I see the different colors and blinking text. How can i fix
  29. that where I see the actual text that way it should be viewed without
  30. the control characters?
  31.  
  32. #2.
  33. When creating the session log emulating the vt100, I have Control
  34. Characters thougout the log. how can those be removed without removing
  35. them myself? i included a small example...
  36.  
  37. Auto-sensing...
  38.     [6n
  39.     [!
  40. [0m            [1;5;35mWELCOME!
  41.  
  42. [0;1;32mWPS Electronic Data Services
  43. Running The Major BBS by GALACTICOMM
  44. ONLINE 28800 BAUD AT 15:58 28-OCT-05
  45. [0m
  46. [1;32mIf you already have a User-ID on this
  47. system, type it in and press RETURN.
  48. Otherwise type "[36mnew[32m":
  49.  
  50.  
  51.                  This is what it should look like...
  52.  
  53. Auto-sensing...
  54.                     WELCOME!
  55.  
  56. WPS Electronic Data Services
  57. Running The Major BBS by GALACTICOMM
  58. ONLINE 9600 BAUD AT 05:45 07-JAN-05
  59.  
  60. If you already have a User-ID on this
  61. system, type it in and press RETURN.
  62. Otherwise type "new":
  63.